home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr37 / catlist0.zip / DOOR.BAT < prev    next >
DOS Batch File  |  1995-02-26  |  799b  |  27 lines

  1. @ECHO OFF
  2. CLS
  3. CD D:\DOORS\CATLIST
  4. CATLIST CATLIST.CFG
  5.  
  6. rem The following are samples for Multi-Node use
  7. rem CATLIST CATLST%WCNODEID%.CFG /%WCIRQID%
  8. rem CATLIST CATLST%WCNODEID%.CFG *%WCIRQID%
  9. rem  the "/" or "*" will now work
  10. rem  Transcan 3.13
  11. rem TRANSCAN E:\TEXT\CATLIST.TXT -TKW
  12. rem TranScan 4.x+
  13.  
  14. TS E:\TEXT\CATLIST.TXT /TK,T
  15.  
  16. rem TranScan 5.x+
  17.  
  18. TS5 E:\TEXT\CATLIST.TXT /TK,U /D- /V-
  19.  
  20. rem The "/D-" turns off the Dupe checking and "/V-" turns off the virus
  21. rem checking.  the "/TK,U" updates the BBS database with the current
  22. rem file date.
  23. rem I use TranScan to update the CATLIST.TXT in the WC! database after
  24. rem each user exits the door.  Always keeps it as a new file.  If you do
  25. rem not use TranScan, be sure to REM the appropriate lines from the
  26. rem DOORx.BAT.
  27.